/// <summary>
 /// Uses the same Dbcontext so we are not forced to call it everywhere
 /// </summary>
 /// <param name="contex"></param>
 public PersonBookTypeController(ApplicationContexts contex)
 {
     this.context = contex;
 }
 /// <summary>
 /// Uses the same Dbcontext so we are not forced to call it everywhere
 /// </summary>
 /// <param name="cont"></param>
 public PersonRegisterController(ApplicationContexts cont)
 {
     this.context = cont;
 }
 /// <summary>
 /// Uses the same Dbcontext so we are not forced to call it everywhere
 /// </summary>
 /// <param name="contex"></param>
 public RevenueExpenditureBookController(ApplicationContexts contex)
 {
     this.contexts = contex;
 }
 /// <summary>
 /// Uses the same Dbcontext so we are not forced to call it everywhere
 /// </summary>
 /// <param name="cont"></param>
 public PersonAccountController(ApplicationContexts cont)
 {
     this.context = cont;
 }