public async Task <ActionResult> DeleteOper(OperationsViewModel oper) { return(await _operRepository.DeleteOper(oper)); }