public IHttpActionResult GetStdFin()
 {
     return(Ok(regRepo.GetAllRegInfo()));
 }